home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / pd / magicwb / show magicwb < prev    next >
Text File  |  1996-05-20  |  940b  |  26 lines

  1. failat 21
  2.  
  3. echo "*n*n*e[1;32m ____________________________________________________________________"
  4. echo " *e[43m                                                                    *e[0m"
  5. echo " *e[0;32;43m                  Welcome to MagicWB v1.0: PREVIEW*e[1m                  *e[0m"
  6. echo " *e[1;4;43m                                                                    *e[0m"
  7. echo "*n*n*n The following picture snapshot will show you how your Workbench is"
  8. echo " going to look like if you use *e[32mMagicWB*e[0m...*n"
  9.  
  10. wait 7
  11.  
  12. if exists SYS:Utilities/Display
  13.   SYS:Utilities/Display PIC
  14. else
  15.   Multiview PIC SCREEN
  16.   if warn
  17.     echo "*n *e[32mPROBLEM:*e[0m Neither your utility 'Display' nor 'MultiView' are available!*n Please look if one of these files is located in 'SYS:Utilities'*n or anywhere else! Bye, bye..."
  18.     quit
  19.   endif
  20. endif
  21.  
  22. echo "*n*n So? Do you like it? Then install *e[32mMagicWB*e[0m immediately...*n"
  23.  
  24. wait 5
  25. quit
  26.